home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000265_news@columbia.edu_Thu Nov 24 17:19:14 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03773
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 24 Nov 1994 12:29:03 -0500
  3. Received: by apakabar.cc.columbia.edu id AA21358
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 24 Nov 1994 12:29:01 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!pipex!sunsite.doc.ic.ac.uk!susx.ac.uk!leilabd
  6. From: leilabd@central.susx.ac.uk (Leila Burrell-Davis)
  7. Newsgroups: comp.protocols.kermit.misc,alt.winsock
  8. Subject: Re: winsock/MS-Kermit hack possible? (Was: winsock/pkt drv hack...)
  9. Date: 24 Nov 1994 17:19:14 GMT
  10. Organization: Computing Service, University of Sussex, UK
  11. Lines: 73
  12. Message-Id: <3b2hui$4ih@infa.central.susx.ac.uk>
  13. References: <3a67j8$j39@Mercury.mcs.com> <3anvci$dut@relay.tor.hookup.net>  <soren.223.000F87E0@aztec.co.za> <1994Nov21.105430.33454@cc.usu.edu> <1994Nov22.220204.1@cc.helsinki.fi> <3avjhn$ae3@infa.central.susx.ac.uk>
  14. Nntp-Posting-Host: solx1.central.susx.ac.uk
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:1210 alt.winsock:23017
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. I (leilabd@central.susx.ac.uk) wrote:
  20. % Yes. We do that here. We run MS-Kermit and Trumpet Winsock
  21. % simultaneously and it works. (The IP no. and other IP info is
  22. % supplied by a bootp server.) I constantly marvel at how clever it is! 
  23.  
  24. And I was asked by email for details of the setup we use. In case
  25. anyone else is interested:
  26.  
  27. If running over packet drivers I load the following before starting
  28. Windows. I use 3 pktdrv's (I had some problems with only 2, though
  29. that should have been enough, 1 for Kermit & 1 for Winsock)
  30.  
  31.     rmftpat2 0x78  [ packet driver for my ethernet card ]
  32.     pktmux /i 3
  33.     pktdrv
  34.     pktdrv
  35.     pktdrv
  36.  
  37. This is the odi solution we use when we also want to connect to a
  38. NetWare server:
  39.  
  40.     lsl
  41.     rmodiat2       [ this is odi driver for my ethernet card ]
  42.     odipkt 1 0x78 
  43.     pktmux 3  
  44.     pktdrv  
  45.     pktdrv  
  46.     pktdrv  
  47. [then NetWare stuff]
  48.     ipxodi
  49.     netx
  50.     login
  51.  
  52. And in my net.cfg I have:
  53.  
  54. Link Support
  55.     Max Stacks 8
  56.     buffers 8 1600
  57.     MemPool 4096
  58.  
  59. Link Driver rmodiat2
  60.     Frame Ethernet_802.3
  61.     Frame Ethernet_II
  62.     Protocol IPX 0 Ethernet_802.3
  63.  
  64. ; I have no idea if I need this next chunk but it works so I leave it in
  65. Protocol TCPIP
  66.     tcp_sockets     8
  67.     udp_sockets     8
  68.     raw_sockets     1
  69.     nb_sessions     4
  70.     nb_commands     8
  71.     nb_adapter      0
  72.     nb_domain       
  73.  
  74. show dots = on
  75. long machine type = RM_PC
  76. file handles = 80
  77. get local target stacks = 10
  78. spx = 20
  79. preferred server = CS06
  80.  
  81. Then I run Windows. Both Kermit and Winsock are in my path. Both get
  82. their IP configuration info from a bootp server running on a unix box.
  83.  
  84. Hope this helps,
  85.  
  86. Leila
  87. -- 
  88. Leila Burrell-Davis, Computing Service, University of Sussex, Brighton, UK
  89. Tel:  +44 (0) 1273 678390            Fax:  +44 (0) 1273 678470
  90. Email: L.Burrell-Davis@sussex.ac.uk
  91. PGP Public Key fingerprint: 18 A3 45 D6 40 6D 62 00  E9 71 AD 18 E8 E2 9F 7D